home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 596 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  29 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: newsfeed.ed.ac.uk!hwcee!ceerm
  3. From: ceerm@cee.hw.ac.uk (Rod MacLean)
  4. Subject: Re: Images for Gadgets from DPaintIV ?
  5. Message-ID: <DKx8sw.3Lz@cee.hw.ac.uk>
  6. Sender: news@cee.hw.ac.uk (News Administrator)
  7. Organization: Dept of Computing & Electrical Engineering, Heriot-Watt University, Scotland
  8. References: <4crb30$7ut@bcarh8ab.bnr.ca> <4cro00$7gn@senator-bedfellow.MIT.EDU>
  9. Date: Tue, 9 Jan 1996 16:07:43 GMT
  10.  
  11. Rob Hounsell (hounsell@bnr.ca) wrote:
  12. > Folks,
  13. >   According to my Intuition programming manual, generating an image for a
  14. > gadget requires some tedious creation of the image structure. Is there any way
  15. > I can convert a brush generated by DPaintIV into the required image format?
  16.  
  17. You need to convert a brush to C source code. (You could then compile this). Or
  18. possibly straight to an object lib. If you need assembler source code then I
  19. have to admit I am stumped, but for C source code then Iconian can be used to do
  20. the job - it does it in 256 cols (I think). IconEdit will probably screw your
  21. image up and leave you with 4 or 8 colours. This might be what you want 8^)
  22.  
  23. Personally I use PPaint and you can do it straight from there no bother.
  24. There are a few progs on aminet to do the job as well, so you shouldn't have too
  25. much bother finding one. Hope this helps.
  26.  
  27. Rod
  28.